Skip to content

wip(frankenphp.c): attempt to attach cli thread to existing TSRM#2343

Closed
burgesQ wants to merge 1 commit intophp:mainfrom
burgesQ:main-#2342-cli-init
Closed

wip(frankenphp.c): attempt to attach cli thread to existing TSRM#2343
burgesQ wants to merge 1 commit intophp:mainfrom
burgesQ:main-#2342-cli-init

Conversation

@burgesQ
Copy link
Copy Markdown
Contributor

@burgesQ burgesQ commented Apr 15, 2026

Attempt to fix #2342

Such a design enforces a call to frankenphp.Init prior to frankenphp.EvalScript.
Probably not the best idea.

Inspired by the current workers / threads design.

Such design enforce a call to `frankenphp.Init` prior to
`frankenphp.EvalScript` . Probably not the best idea.

Inspired by the current workers / threads design.
@burgesQ burgesQ marked this pull request as draft April 15, 2026 10:59
@henderkes
Copy link
Copy Markdown
Contributor

When you're starting to work on this again, please reopen the PR.

@henderkes henderkes closed this May 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ExecuteScriptCLI segfaults when called after Init()

2 participants